home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / aplic / 2sync / 2SyncSetup.exe / modules / fd / panel / scripts / DefineButton2_74 / BUTTONCONDACTION on(release).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  289 b   |  13 lines

  1. on(release){
  2.    set("_level40/sound/lib:sound","167");
  3.    call("_level40/sound/lib:play");
  4.    tellTarget("_level50")
  5.    {
  6.       gotoAndStop("off");
  7.    }
  8.    if("1" < length(eval("../codelib:summary")) and "1" < length(searchString))
  9.    {
  10.       call("../codelib:search");
  11.    }
  12. }
  13.